google.golang.org/grpc/internal/transport.earlyAbortStream.httpStatus (field)
10 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L150: httpStatus uint32
controlbuf.go#L837: if eas.httpStatus == 0 {
controlbuf.go#L838: eas.httpStatus = 200
controlbuf.go#L841: {Name: ":status", Value: strconv.Itoa(int(eas.httpStatus))},
http2_server.go#L483: httpStatus: http.StatusBadRequest,
http2_server.go#L503: httpStatus: http.StatusUnsupportedMediaType,
http2_server.go#L513: httpStatus: http.StatusBadRequest,
http2_server.go#L573: httpStatus: http.StatusMethodNotAllowed,
http2_server.go#L594: httpStatus: http.StatusOK,
http2_server.go#L608: httpStatus: http.StatusOK,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)